.card-sec{
    margin: 3rem auto;
}


.mission-section{
    background: url("https://barker-associates.b-cdn.net/wp-content/uploads/2022/02/Architecture-and-Design-.jpg.webp");
    /* width: 100%; */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    background-attachment: fixed;
}

.text-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 400px;
   
}

.text-container .box{
    min-width: 350px;
    max-width: 550px;
    color: white !important;
    background: rgba(37, 37, 37, 0.342);
    margin: 0.5rem;
    padding: 0.5rem;
}

.text-container .box h3,
.text-container .box p {
    color: white !important;
    font-weight: 450;
    text-align: justify;
}